home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / bbs / dao23a.zip / FREEWARE.TXT < prev    next >
Text File  |  1996-09-14  |  5KB  |  132 lines

  1.         
  2.         FREEWARE PROGRAMS FOR POPULAR CDROM RECORDERS
  3.                  VERSION 2.2
  4.  
  5.  
  6. CHANGE HISTORY:
  7.   
  8.   Version 2.2
  9.     - Added support for Ricoh RO-1420C (uses Philips command set)
  10.  
  11.   Version 2.1
  12.     - Added support for the Olympus CDS615E, Pioneer DW-S114X,
  13.       and Grundig CDR100IPW.
  14.  
  15.   Version 2.0
  16.     - Added support for the Sony CDU-920S.
  17.   
  18.   Version 1.02
  19.     - Added support for the Ricoh RS-1060C.
  20.  
  21.     - Recognizes the Yamaha CDR102 (uses CDR100 command set).
  22.  
  23.     - Recognizes the HP 4020i, Kodak PCD225, Kodak PCD-600, Philips 521,
  24.       Philips CDD2000, and Plasmon RF4100 (all of these use the Philips
  25.       command set).
  26.  
  27.     - Added new utilities TOC.EXE and FINALIZE.EXE
  28.  
  29.     - Using DOS read/write routines instead of C++ fread/fwrite for
  30.       improved file I/O performance (using Borland C++ V4.0).
  31.  
  32.     - Cleaned up all command line interfaces (many new switches have
  33.       also been added). 
  34.  
  35.   Version 1.01
  36.     - Added support for Yamaha CDR100 recorder.
  37.  
  38.     - Fixed "read error" problem when making copies of existing
  39.       CD-R discs (i.e. copy of a copy). CD-R discs that are recorded
  40.       with the track-at-once method have two extra blocks (called link
  41.       blocks) at the end of the disc that are unreadable.
  42.       
  43. **********************************************************************
  44.  
  45. Freeware Program Descriptions:
  46.  
  47. CD2CD.EXE
  48.   Copies a single-track data CD from any SCSI based CDROM drive
  49.   directly to the CD recorder. The reader must be faster than the
  50.   recorder (i.e. 4X reader when recording at 2X, or a 2X reader
  51.   when recording at 1X).
  52.  
  53. CD2FILE.EXE and FILE2CD.EXE
  54.   Copies a CD from any SCSI based CDROM drive to an "image" file
  55.   on disk. This file can then be used by FILE2CD to write the image
  56.   to the CD recorder. These two programs will allow someone who
  57.   doesn't have a SCSI CDROM drive on their system to make copies of
  58.   CDs using only their CD recorder for both reading the source disc
  59.   and writing the new disc. FILE2CD can also be used to make ISO9660
  60.   discs if you already have a program that can build ISO image files.
  61.   You must use the /ISO9660 switch so that the proper track postgap
  62.   is written to the disc.
  63.  
  64. DISK2CD.EXE
  65.   Copies a SCSI harddrive block-by-block to the CD recorder. This
  66.   program can be used to make native VMS and Unix CDs from the PC.
  67.   The harddrive cannot be larger than the capacity of a CDROM (650Mb).
  68.   NOTE: DOS and NT CDROMs must be in ISO9660 format, so making an
  69.   image copy of a PC disk won't work.
  70.  
  71. FINALIZE.EXE
  72.    This program is used to finalize a CD (write the table-of-contents
  73.    and leadin/leadout tracks). A disc must be finalized before it can
  74.    be read in a normal CDROM drive. If you get an error while making a
  75.    CD, you can attempt to finalize the disc and possibly make it readable
  76.    (no guarantees!). This command can also be used to finalize a disc
  77.    if the /NOFINALIZE option was previously used in CD2CD, DISK2CD, and
  78.    FILE2CD.
  79.  
  80. TOC.EXE
  81.   This program displays a CDROM's table-of-contents on the screen.
  82.  
  83. **********************************************************************
  84.  
  85. NOTES:
  86.  
  87.   - You can display the command line switches for any of these
  88.     programs by typing "program-name /?". There must be at least
  89.     one space between each command line argument or switch.
  90.     
  91.   - These programs will only work on a DOS based system with an
  92.     ASPI SCSI manager installed.
  93.  
  94.   - These programs will only copy single-track data CDs (with CDROM
  95.     Mode-1 type sectors). They will *not* copy audio, CDROM-XA, CD-I,
  96.     mixed-mode, or any type of multi-session disc. If you are not sure
  97.     if your CD has more than one track, use TOC.EXE to display the
  98.     table-of-contents.
  99.   
  100.   - All of the programs that write to the recorder have a /TEST option
  101.     that will put the recorder into "write emulation" mode. Please make
  102.     use of this switch when you are trying these programs for the first
  103.     time or are copying a disc that might have a format that these
  104.     programs don't support.
  105.  
  106.   - You must have a blank CD-R disc in the recorder even when using
  107.     the "write emulation" mode.
  108.  
  109.   - If you record a CD in "write emulation" mode, you usually have to
  110.     eject the disc from the recorder and re-insert it before you
  111.     can write the disc for real.
  112.  
  113. **********************************************************************
  114.  
  115. Please send all suggestions, comments, and bug reports to...
  116.  
  117. Jeff Arnold
  118. Golden Hawk Technology
  119. 125 Indian Rock Road
  120. Merrimack, NH 03054
  121.  
  122. Phone: 603-424-0269
  123. FAX  : 603-429-0073
  124.  
  125. Email: jarnold@mainstream.net
  126. URL  : http://www.mainstream.net/goldenhawk
  127.  
  128. **********************************************************************
  129.  
  130. Updated on SEPTEMBER 1, 1996
  131.  
  132.